Package-level declarations

Types

Link copied to clipboard
class OutcomeRaise<E>(raise: Raise<Any?>) : Raise<E>

Emulation of context receivers, when they're released this can be replaced by context receiver based code in Arrow itself.

Functions

Link copied to clipboard
inline fun <E, A> outcome(block: OutcomeRaise<E>.() -> A): Outcome<E, A>

DSL build on top of Arrow's Raise for Outcome.